home *** CD-ROM | disk | FTP | other *** search
/ Champak 119 / (Vol 119) Nov 09 2010.iso / TGKI-109 / Games / need_for_speed_challenge.swf / scripts / DefineButton2_66 / BUTTONCONDACTION on(release).as
Text File  |  2010-11-09  |  110b  |  6 lines

  1. on(release){
  2.    _root.gotoAndPlay("gameStart");
  3.    gotoAndPlay(2);
  4.    startLight.gotoAndPlay("start");
  5. }
  6.